Fix a typo in the docs. (#347041, Kouhei Sutou)
authorMatthias Clasen <mclasen@redhat.com>
Mon, 10 Jul 2006 16:36:10 +0000 (16:36 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 10 Jul 2006 16:36:10 +0000 (16:36 +0000)
2006-07-10  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkpapersize.c (gtk_paper_size_is_equal): Fix a
typo in the docs.  (#347041, Kouhei Sutou)

ChangeLog
ChangeLog.pre-2-10
gtk/gtkpapersize.c

index 262a7839e61bb52dc8fee884a3783f76a05da78d..ecf314e1f31f20cc89e68d207a508e402ebe3e7c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-07-10  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkpapersize.c (gtk_paper_size_is_equal): Fix a 
+       typo in the docs.  (#347041, Kouhei Sutou)
+
        * gtk/gtkprintcontext.c (gtk_print_context_get_height): Fix
        a typo in the docs.  (#347032, Kouhei Sutou)
 
index 262a7839e61bb52dc8fee884a3783f76a05da78d..ecf314e1f31f20cc89e68d207a508e402ebe3e7c 100644 (file)
@@ -1,5 +1,8 @@
 2006-07-10  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkpapersize.c (gtk_paper_size_is_equal): Fix a 
+       typo in the docs.  (#347041, Kouhei Sutou)
+
        * gtk/gtkprintcontext.c (gtk_print_context_get_height): Fix
        a typo in the docs.  (#347032, Kouhei Sutou)
 
index c11a822fb9286afc550e4a156fba1481ed1d4d2d..4d44f79b7970fc97e0a89a3b82e47fd83c2cf16f 100644 (file)
@@ -410,7 +410,7 @@ gtk_paper_size_free (GtkPaperSize *size)
 /**
  * gtk_paper_size_is_equal:
  * @size1: a #GtkPaperSize object
- * @size2: another @GtkPaperSize object
+ * @size2: another #GtkPaperSize object
  * 
  * Compares two #GtkPaperSize objects.
  *